(prompt "Where should the Aurora update be installed?")
(help "Please select a location for Aurora.\n\nThis is where all updated Aurora files will be placed.")
(default "Aurora:")
(disk)
)
)
(set auroradir path)
(set @default-dest auroradir)
)
(
(set path
(askdir
(prompt "Where should the Aurora directory be made?")
(help "Please select a location for the Aurora directory.\n\nThis is where all Aurora related files will be placed.")
(default "Work:")
(disk)
)
)
(set auroradir (tackon path "Aurora"))
(set @default-dest auroradir)
(makedir auroradir
(infos)
)
(makeassign 'Aurora' auroradir)
)
)
(set path
(askdir
(prompt "Please select a default image directory.")
(help "Please select a default Aurora image directory.\n\nThis is where images will be loaded from in the event a required filename variable is not specified.")
(default "RAM:")
(disk)
)
)
(set imagedir path)
(if (run "cpu >nil: check fpu" (safe))
(
(set defmods %111111011011011110)
)
(
(set defmods %111111011101101110)
)
)
(set moduleopts
(askoptions
(prompt "Which modules would you like selected by the 'Random' module?")
(help "Aurora feature a module that randomly selects any other module. Please specify which modules you would like included in this random selection process.")